x86/percpu: Misc cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 18 Aug 2017 12:24:41 +0000 (13:24 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 30 Aug 2017 10:03:08 +0000 (11:03 +0100)
commit09ed69f66d5799cd70f38e458b56a6a65dbead1f
tree92b5068b86f968d8a16d2b0f07534e00fc09ef4e
parentd4c5054907f93f87b805501980bf764db7988ee8
x86/percpu: Misc cleanup

 * Drop unnecessary brackets.
 * Add spaces around binary operators.
 * Insert appropriate blank lines.
 * Insert a local variable block at the end.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/percpu.c